XFINIUM.PDF Documentation
MergeFiles(Stream,Stream[]) Method



Xfinium.Pdf.Utilities Namespace > PdfMerger Class > MergeFiles Method : MergeFiles(Stream,Stream[]) Method
Stream where to save the merged file.
Array of steams that contain the PDF files to merge.
Merges multiple PDF streams into a single one.
Syntax
'Declaration
 
Public Overloads Shared Sub MergeFiles( _
   ByVal output As Stream, _
   ByVal ParamArray input() As Stream _
) 
'Usage
 
Dim output As Stream
Dim input() As Stream
 
PdfMerger.MergeFiles(output, input)
public static void MergeFiles( 
   Stream output,
   params Stream[] input
)
public:
static void MergeFiles( 
   Stream^ output,
   ... array<Stream^>^ input
) 

Parameters

output
Stream where to save the merged file.
input
Array of steams that contain the PDF files to merge.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfMerger Class
PdfMerger Members
Overload List